home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / jmplay11.zip / JMPROG.0 < prev    next >
Text File  |  1990-10-20  |  753b  |  33 lines

  1. ' Program 0 , for JMplayer v1.0 , there's no difference between lower and upper
  2. ' case , except for the text between quotes
  3. ' Give title
  4. T="Demo program with Jmplayer version 1.0   - program 0"
  5.  
  6. ' Set repeat times for the whole program default = 0
  7. R=A     ' Meaning for ever , A from 'always'
  8.  
  9. ' First part is file name , inc. extension
  10. ' Optional keys :
  11. ' R:n , n= repeat times ('A' always , meaning that the rest isn't' played) ,
  12. Default = 0
  13. ' T:"text" , when song is played , the 'text' is shown first , before the main
  14. text continues
  15.  
  16. 1.nst t:"Cry Baby"
  17. 2.nst t:"Nr.2"
  18. 3.nst t:"Nr.3"
  19. 4.nst t:"Nr.4"
  20. 5.nst t:"Nr.5"
  21. 6.nst t:"Nr.6"
  22. 7.nst t:"Nr.7"
  23. A.nst t:"Nr.8"
  24. b.nst t:"Nr.9"
  25. c.nst t:"Nr.0"
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. 'The end of the list
  33.